projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b142f15
)
Fix typo that broke non-Windows builds.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Apr 2012 15:15:22 +0000
(08:15 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Apr 2012 15:15:22 +0000
(08:15 -0700)
* xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
src/ChangeLog
patch
|
blob
|
history
src/xml.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d60379b76b4f4a95bbebd003fc9a2d3c2b46c8f5..042048a96a3bb9bbc7db59ae8170242622aac238 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix typo that broke non-Windows builds.
+ * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
+
2012-04-07 Eli Zaretskii <eliz@gnu.org>
Support building on MS-Windows with libxml2.
diff --git
a/src/xml.c
b/src/xml.c
index 7be8613f74aa673fdf4cc0b30ac1aa0374244146..d8dc06772523576fd6e0d1b7f157ace6106af17d 100644
(file)
--- a/
src/xml.c
+++ b/
src/xml.c
@@
-73,7
+73,7
@@
libxml2_loaded_p (void)
#define fn_xmlCleanupParser xmlCleanupParser
#define fn_xmlCheckVersion xmlCheckVersion
-static inine int
+static in
l
ine int
libxml2_loaded_p (void)
{
return 1;